projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5797eab
)
Forgotten file.
author
Matthias Clasen
<matthiasc@src.gnome.org>
Thu, 22 Jul 2004 14:55:53 +0000
(14:55 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Thu, 22 Jul 2004 14:55:53 +0000
(14:55 +0000)
gtk/gtktoolbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolbar.c
b/gtk/gtktoolbar.c
index 33b18f49b028a0ec01622542940b690830bea920..a138e2c8b2c4a2be745078d9efd0a4d711ff7f64 100644
(file)
--- a/
gtk/gtktoolbar.c
+++ b/
gtk/gtktoolbar.c
@@
-3019,6
+3019,9
@@
gtk_toolbar_finalize (GObject *object)
if (toolbar->tooltips)
g_object_unref (toolbar->tooltips);
+ if (priv->arrow_button)
+ gtk_widget_unparent (priv->arrow_button);
+
for (list = priv->content; list != NULL; list = list->next)
{
ToolbarContent *content = list->data;